SQL Add Column on existed Table


USE [DataBase]
GO
ALTER TABLE [TableName] ADD [ColumnName] [Type] [NOT NULL]
GO

#SQL,sql






你可能感興趣的文章

Fetch 與 Promise (五):async 與 await

Fetch 與 Promise (五):async 與 await

How to build CICD with Jenkins as code based on container

How to build CICD with Jenkins as code based on container

Robot Framework之RIDE介面

Robot Framework之RIDE介面






留言討論